home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / loadscrn.zip / LOADSCRN.DOC < prev   
Text File  |  1992-10-19  |  1KB  |  39 lines

  1.  
  2.  
  3.     Here is a preview of the LOADSCRN SUB I told you about a 
  4.     while back.  I would appreciate you keeping this a bit 
  5.     private for now but wanted you to see we REALLY were 
  6.     working on it.
  7.  
  8.     LOADSCRN will load a complete screen or a portion or the
  9.     screen from a BSAVE screen file.  Not only that but you
  10.     can copy all your .BSV files into one and tell LOADSCRN
  11.     while screen number to display.
  12.  
  13.     Using The Draw or something that will BSAVE a text screen,
  14.     create the screen(s) you want to use and save the ENTIRE 
  15.     screen.  This should create a file that is 4014 bytes in 
  16.     size.  From the DOS prompt, type:
  17.         
  18.         COPY SCREEN1.BSV+SCREEN2.BSV+SCREEN3.BSV SCREENS.BSV
  19.  
  20.     You can name the files anything you want since you will
  21.     be passing the filename to the SUB.
  22.  
  23.     To display a full screen, use 0 for the starting row and
  24.     0 for the starting column.  For displaying a partial
  25.     screen, use the appropriate screen coordinates.  Keep in
  26.     mind that even though you intend to only use a portion
  27.     of a screen, the ENTIRE screen must be saved at this time.
  28.     We are currently working on the capability of using partial
  29.     screen saves as well as entire screens so it won't require 
  30.     so much disk space.
  31.  
  32.     I've sent you the source code for this since I figured you
  33.     could probably get more out of it this way but please keep
  34.     it confidential for right now.
  35.  
  36.     Thanks and thanks for the SUPER USEFUL BBS!
  37.  
  38.     Dan Morgan
  39.